google.golang.org/grpc/internal/transport.ClientStream.headerChan (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L38: headerChan chan struct{} // closed to indicate the end of header metadata.
client_stream.go#L99: <-s.headerChan
client_stream.go#L100: case <-s.headerChan:
http2_client.go#L492: headerChan: make(chan struct{}),
http2_client.go#L787: close(s.headerChan)
http2_client.go#L949: close(s.headerChan)
http2_client.go#L1582: close(s.headerChan)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)